bitkeeper revision 1.1364 (426812d6FWlbLqlBBPVfuegkt0_fyg)
authormaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Thu, 21 Apr 2005 20:53:42 +0000 (20:53 +0000)
committermaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Thu, 21 Apr 2005 20:53:42 +0000 (20:53 +0000)
Now that the shadow code is squashing the global bit in PTEs,
it's OK to re-enable the PGE capability flag for vmx domains.

Signed-off-by: michael.fetterman@cl.cam.ac.uk
xen/arch/x86/vmx.c

index 880b2ce5a04f4c8553f88880127116fbfd6706f9..b9d06ac30504e67c78df34ed6b6ad61de5fcfa47 100644 (file)
@@ -195,7 +195,6 @@ static void vmx_vmexit_do_cpuid(unsigned long input, struct xen_regs *regs)
     cpuid(input, &eax, &ebx, &ecx, &edx);
 
     if (input == 1) {
-        clear_bit(X86_FEATURE_PGE, &edx); /* temporarily disabled */
         clear_bit(X86_FEATURE_PSE, &edx);
         clear_bit(X86_FEATURE_PAE, &edx);
         clear_bit(X86_FEATURE_PSE36, &edx);